Click or drag to resize

PropertyCollectionAdd Method (Property)

Adds a property to the collection.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public int Add(
	Property property
)

Parameters

property
Type: Independentsoft.WebdavProperty
A property to be added.

Return Value

Type: Int32
The index at which the value has been added.
See Also